@charset "gb2312";
/*--------------通用样式--------------*/
body{width:100%;height:100%;font: 12px "微软雅黑",Arial, sans-serif; line-height:23px; color:#666; background:#ececec;}
*{margin:0;padding:0;}
img{ border:0;}
ol, ul {list-style: none;}
a{text-decoration:none;outline:none; color:#666;}
small { font-size:12px;}
.hand{ cursor:pointer;}
table td { border-collapse:collapse;}
/*文本对齐方式*/
.text_c{text-align:center;}
.text_r{text-align: right;}
.text_l{text-align: left!important;}

.padd{padding-bottom:20px;}

/*浮动和清除浮动*/
.clear{clear:both;}
.float_l{float:left;}
.float_r{float:right;}
/*显示隐藏*/
.clearfix:after {content: ""; display: block;  height: 0; clear: both;  visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/*字体颜色*/
.blue{color:#78cef7;}
.black { color:#000;}
.red{color:#ff0000;}
.green{color:#093;}
/*字体大小*/
h2 {font-size:22px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:12px;}
.f14 { font-size:14px;}
.f12 { font-size:12px;}
.ma_t { margin-top:10px;}
/*文字修饰*/
.bold{font-weight:bold !important;}
/*分页*/
.sh_page{padding:20px 0;height:40px;line-height:40px;*line-height:50px;}
.sh_page a{padding:8px 10px;border:1px solid #cbcbcb;margin-left:3px;color:#333;}
.sh_page a:hover,.sh_page a.dangqian{background:#ffbf00; color:#fff}